home *** CD-ROM | disk | FTP | other *** search
- Message-ID: <marc_albrecht.04c3@act.ohz.north.de>
- Organization: A.C.T. - Amiga and more...
- X-Gateway: ZCONNECT UV uistda.ohz.north.de [DUUCP BETA vom 20.01.1996], RFC1036/822 UV uistda.ohz.north.de [DUUCP BETA vom 20.01.1996]
- References: <42386127@clobber.unterland.de>
- MIME-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- From: marc_albrecht@act.ohz.north.de (Marc J. Albrecht)
- Subject: Re: Q: Whats so special about RKMs View example?? I need Help!
- Date: 22 Jan 1996 11:24:22 +0000
- Path: istda.ohz.north.de!act!marc_albrecht!marc_albrecht
- Newsgroups: comp.sys.amiga.programmer
- Distribution: world
-
- Martin Biallas (billy@clobber.unterland.de) wrote:
- > The first problem is: my view isn t empty. On the screen is either garbage or there
- > is a very distorted picture of an other screen.
-
- Sounds as if the bitmap pointers are incorrect. Did you see there are
- complete structures INSIDE other structures - I mean: sometimes they aren't
- pointers but complete bundles. So working with a pointer there might lead
- to crashes.
-
- > Next problem: When I free all memory I allocated before, the amiga crashes.
-
- Sounds just the same as above. Some pointers are wrong.
-
- > When I start my code over and over again (for that purpose I hadn t freed my
- > memory, so the amiga didn t crashes while the code-cleanup), it even crashed a few
- > times.
-
- Sure. You'll always crash by writing somewhere into the memory. It all
- sounds to me like misplaced/misused pointers. Could you give an example of
- your code? I am not too familiar with Assembler (it's been a looooong time
- since I used Assembler for programing purposes) but I usually understand it
- when seeing it.
-
- Ciao,
- Marc
-